.main {
	display: block; /* no default value set */
	background-color: #4b4545;
	padding-bottom: 200px;
	text-align: center;
	padding-top: 20px;
}

.contact {
	padding-left: 10%;
	padding-right: 10%;
	color: white;
	font-family: 'Montserrat', sans-serif;
}

.contact_content {
	font-size: 15px;
}

.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin-bottom: 10px;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}